SystemWebBrowser

object SystemWebBrowser : Base<SystemWebBrowser>

Utility to interact with the system web browser.

Functions

Link copied to clipboard
fun openUrl(    context: Context,     url: String,     @Size(min = 1, max = 100) case: String = Event.ParameterValue.N_A)

Open the system web browser at the specified url.

Properties

Link copied to clipboard
var firebaseAnalyticsEnabled: Boolean

Determines if the event log in Firebase Analytics is enabled for the class instance, for the event log, the static property of the companion object firebaseAnalyticsInstance must also be assigned, if that property is null, no events will be logged, since what is required.